home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / earthmap / _earthmap / maps / program / readme < prev   
Encoding:
Text File  |  1989-04-01  |  2.1 KB  |  58 lines

  1. The "*.Map/*.cbd" files encode features from the "CIA World Data Bank II
  2. map database".
  3.  
  4. The CIA World Bank II master information is a series of COBOL records, 
  5. specifying 5,719,617 individual vectors, which occupies about 130
  6. megabytes of disk space. The "cbd" files here are compressed binary
  7. encodings of it, collectively occupying about 15 megabytes of disk space.
  8. These "cbd" files were produced from the original ASCII database by
  9. Brian Reid at Decwrl.
  10.  
  11. The original database is available from the U.S. Government and is in the
  12. public domain. The map database is divided into continents (North America,
  13. South America, Europe, Africa, and Asia), and within continents it is
  14. divided into "Coastlines, Islands, and Lakes" (cil files), "Rivers"
  15. (riv files), "International political boundaries" (bdy files) and
  16. "National political boundaries" (pby files). Each file is divided into
  17. several thousand "segments", and each segment is divided into some number
  18. of "strokes". The .cbd encoding of the database encodes each continent into
  19. a directory and each division into a file.
  20.  
  21. The "rank" of segments within a file is an indication of what the segment
  22. depicts:
  23.  
  24. In "Boundary" files (bdy):
  25.     01    Demarcated or delimited boundary
  26.     02    Indefinite or in Dispute
  27.     03    Other line of separation of sovreignty on land
  28.  
  29. In "Coast, Islands and Lakes" files (cil)
  30.     01    Coast, islands and lakes that appear on all maps
  31.     02    Additional major islands and lakes
  32.     03    Intermediate islands and lakes
  33.     04    Minor islands and lakes
  34.     06    Intermittent major lakes
  35.     07    Intermittent minor lakes
  36.     08    Reefs
  37.     09    Salt pans -- major
  38.     10    Salt pans -- minor
  39.     13    Ice Shelves -- major
  40.     14    Ice Shelves -- minor
  41.     15    Glaciers
  42.  
  43. In "Rivers" files (riv)
  44.     01    Permanent major rivers
  45.     02    Additional major rivers
  46.     03    Additional rivers
  47.     04    Minor rivers
  48.     05    Double lined rivers
  49.     06    Intermittent rivers -- major
  50.     07    Intermittent rivers -- additional
  51.     08    Intermittent rivers -- minor
  52.     10    Major canals
  53.     11    Canals of lesser importance
  54.     12    Canals -- irrigation type
  55.  
  56. Wrangell Island, off the coast of Siberia, seems to have been damaged
  57. by a bug in the data compaction program.
  58.